home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr26 / dr_rn.zip / RN.DOC < prev    next >
Text File  |  1993-05-18  |  3KB  |  56 lines

  1. RN.COM (Version 3.0)           Copyright 1987
  2.  (c) Ziff Communicatons Co.
  3. ------------------------------------------------------------------------
  4.            First Published in PC Magazine September 29, 1987 (Utilities)
  5. ------------------------------------------------------------------------
  6. RN.COM:
  7.  
  8.        Simplifies creating, removing, renaming, hiding, unhiding, and
  9. changing to directories.  Also sets/resets the read-only and archive bits
  10. of all files within a directory, and reports filecount and space allocated.
  11. Allows immediate call-up of DR.COM (Volume 6 No. 14) for handling individual
  12. files.
  13.  
  14.                               Format:    RN [d:][/I]
  15.  
  16. Remarks:
  17.         RN can be entered either as an immediate command at the DOS
  18. prompt, or it can be installed on a hard drive (using the /I option)
  19. with a memory-resident database of directory information that speeds
  20. up its subsequent operations. If no drive (d:) is specified, the current
  21. drive is assumed.
  22.  
  23.       If installed, RN should be loaded before SideKick and any other
  24. uninstallable memory-resident programs.  (RN cannot be deinstalled
  25. without rebooting.)  The program requires 128K RAM operating room; the
  26. database, if used, occupies approximately 14K. RN cannot be called up
  27. from within an application with a "hotkey"; it can be accessed only
  28. from the DOS prompt.  Pressing Esc terminates RN's operations.
  29.  
  30.      When issued, RN.COM brings up an alphabetized directory tree with
  31. the current listing highlighted and a menu listing the function keys used
  32. for its various directory services.  The directory highlight bar is moved
  33. one entry at a time by the Up Arrow and Down Arrow keys, and in larger
  34. increments by the Ctrl-PgUp and Ctrl-PgDn, PgUp and PgDn, and Home and
  35. End keys.  The highlight bar should be placed on the directory to be
  36. affected by the subsequent function key.
  37.  
  38. When renaming (F2) and creating (F3) directories, do not enter the
  39. backslash (\) character but include it in figuring the maximum path
  40. length (63 characters).  RmDir (F4), if you confirm at its  warning
  41. prompt, deletes all files within the directory (unless they are marked
  42. read-only) before removing it.  Hide/Unhide (F5) affects the directory
  43. name only, not the individual files.  F6 and F7 (mark/unmark as read-only
  44. and set/reset the archive bit) toggle these bits on all files within the
  45. directory.  F8 updates the directory database if changes are made outside
  46. RN, and F9 gives a file count together with the space allocated to a
  47. directory's files.  F10 calls DR.COM.
  48.  
  49. Note: F2 (Rename Directory) requires DOS 3.x.
  50. ------------------------------------------------------------------------
  51. The current version of RN.COM is 3.0, however assembly source code is only
  52. available for version 2.0.
  53.  
  54. Edit the file (RN.COM) for the default sorting order: DR/N gives Alpha sort 
  55. when calling DR via F10.
  56.